nav .navbar .links li:first-child a {
    color: #000000;
}

nav .navbar .links li:nth-child(2) a {
    color: #e7630b;
}


.sec1 {
    max-width: 1800px;
    margin: auto;
    height: 500px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/About\ Us\ banner.jpg);
    background-position: center;
    background-size: 100% 200%;
    /* text-align: center; */
    padding-top: 350px;
    color: white;
    position: relative;
    /* margin-top: -80px; */
}

.sec1 img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

.sec1 h1 {
    width: 100%;
    font-size: 50px;
    z-index: 10;
    display: grid;
    position: relative;
}


.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


@media screen and (max-width: 900px) {

    .sec1 {
        background-size: 100% 100%;
        height: 300px;
        padding-top: 200px;
        padding-left: 30px;
    }

    .sec1 h1 {
        font-size: 35px;
    }

}